home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLPORTH.PAK / OWLRC.H < prev    next >
Text File  |  1997-05-06  |  1KB  |  47 lines

  1. // OWLCVT
  2. // ObjectWindows - (C) Copyright 1992 by Borland International
  3.  
  4. #define SD_FILEOPEN        32512
  5. #define SD_FILESAVE        32513
  6. #define SD_INPUTDIALOG        32514
  7. #define SD_SEARCH            32528
  8. #define SD_REPLACE        32529
  9.  
  10. #define ID_FNAME            4095
  11. #define ID_FPATH            4094
  12. #define ID_FLIST            4093
  13. #define ID_DLIST            4092
  14.  
  15. #define ID_PROMPT            4091
  16. #define ID_INPUT            4090
  17. #define ID_SEARCHTEXT       4089
  18. #define ID_CASESENSITIVE      4088
  19. #define ID_REPLACETEXT         4087
  20. #define ID_REPLACEALL       4086
  21. #define ID_PROMPTONREPLACE    4085
  22.  
  23. #define ID_EDITOR             4084
  24.  
  25. #define CM_EDITCUT        24320
  26. #define CM_EDITCOPY        24321
  27. #define CM_EDITPASTE        24322
  28. #define CM_EDITDELETE        24323
  29. #define CM_EDITCLEAR        24324
  30. #define CM_EDITUNDO        24325
  31. #define CM_EDITFIND        24326
  32. #define CM_EDITREPLACE        24327
  33. #define CM_EDITFINDNEXT        24328
  34.  
  35. #define CM_FILENEW        24329
  36. #define CM_FILEOPEN        24330
  37. #define CM_MDIFILENEW        24331
  38. #define CM_MDIFILEOPEN        24332
  39. #define CM_FILESAVE        24333
  40. #define CM_FILESAVEAS        24334
  41. #define CM_ARRANGEICONS        24335
  42. #define CM_TILECHILDREN        24336
  43. #define CM_CASCADECHILDREN    24337
  44. #define CM_CLOSECHILDREN    24338
  45. #define CM_CREATECHILD        24339
  46. #define CM_EXIT            24340
  47.